.jcarousel3-skin-tango3 .jcarousel3-container {	
	width: 930px;
	height:40px;
}

.jcarousel3-skin-tango3 .jcarousel3-direction-rtl {
	direction: rtl;
}

.jcarousel3-skin-tango3 .jcarousel3-container-horizontal {
	width: 1024px;
	height:40px;

}

.jcarousel3-skin-tango3 .jcarousel3-clip-horizontal {
	width: 930px;
	height:40px;
	margin-left: 52.5px;
 }

.jcarousel3-skin-tango3 .jcarousel3-item {
	width:60px;
	height:40px;
	margin-right: 19px;
}

.jcarousel3-skin-tango3 .jcarousel3-next-horizontal {
	position: absolute;
	top: 0px;
	right: -5px;
	width:30px;
	height:40px;
	cursor: pointer;
	background: transparent url(next.png) no-repeat 0 0;
}

.jcarousel3-skin-tango3 .jcarousel3-prev-horizontal {
	position: absolute;
	top: 0px;
	left: 5px;
	width:30px;
	height:40px;
	cursor: pointer;
	background: transparent url(prev.png) no-repeat 0 0;
}
